#cabecera 	{
    background-color: rgba(86, 127, 169, 0.555);
    width: 100%;
    height:400px;
}
#contcabecera {
    background-color: rgba(20, 94, 159, 0.555);
    width: 1024px;
    height: 400px;
    margin-left: auto ;
    margin-right: auto;
}
#logo {
    background-color: rgb(159, 186, 223);
    width: 300px;
    height:300px;
    float: left;
    margin-left: 50px ;
    margin-bottom: 0px ;
    margin-top: 50px;
}
#titulo {
    background-color: rgb(143, 196, 231);
    width: 500px;
    height: 125px;
    float: right;
    margin-right: 50px ;
    margin-bottom: 25px ;
    margin-top: 50px;
}
#subtitulo {
    background-color: rgb(168, 220, 255);
    width: 500px;
    height: 125px;
    float: right;
    margin-right: 50px ;
    margin-top: 0px;
}
#seccion {
    background-color: rgb(141, 164, 204);
    width: 1024px;
    height: 1730px;
    margin-left: auto ;
    margin-right: auto;
}
#seccion1 {
    background-color:  rgb(11, 87, 162);
    width: 280px;
    height: 280px;
    margin: 30px ;
    float: left;

}

#seccion4 {
    background-color: rgb(11, 87, 162);
    width: 962px;
    height: 280px;
    margin: 32px;
    float: left;
}
#seccion5 {
    background-color:  rgb(11, 87, 162);
    width: 592px;
    height: 280px;
    margin: 32px;
    float: left;
}
#seccion6 {
  background-color:  rgb(11, 87, 162);
    width: 592px;
    height: 280px;
    margin: 32px;
    float: right;
}
#seccion7 {
    background-color: rgb(11, 87, 162);
    width: 1024px;
    height: 1500px;
    margin-left: auto ;
    margin-right: auto;
}

#pie {
    background-color:rgb(86, 127, 169, 0.555);
    width: 100%;
    height: 400px;
}
#contpie {
    background-color: rgba(94, 136, 148, 0.555);
    width: 1024px;
    height: 400px;
    margin-left: auto ;
    margin-right: auto;
}
#pie1 {
    background-color:rgb(11, 87, 162);
    width: 472px;
    height: 140px;
    margin: 20px;
    float: left;
}
#pie2 {
    background-color:rgb(11, 87, 162);
    width: 984px;
    height: 140px;
    margin: 20px;
    float: left;
}
.logo{
    width: 300px;
    height:300px;
}
.img1{
    width: 280px;
    height: 280px;
}
.img2{
    width: 280px;
    height: 220px;
  
}
p,
ul,
ol{
    margin: 25px;
    color: beige;
}
h2,
h1{
    text-align: center;
    color: beige;
}
.cabecera{
    color:rgb(11, 87, 162);
    font-size: 50px;
}
.menu{
    list-style: none;
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 0;
    margin: 0;
}
.menu li a{
    display: block;
    padding: 10px 20px;
    background-color: rgb(51, 50, 146);
    color:rgb(143, 196, 231);
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.4s ease;
    font-weight: bold;
}
.menu li a:hover{
    background-color: rgb(75, 145, 192);
}
nav{
    clear: both;
    
    text-align: center;
}
.subtitulo{
    text-align: center;
    color: rgb(11, 87, 162);
    font-size: 35px;
}
details {
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px;
  margin: 10px 0;
  transition: background-color 0.3s ease;
  position: relative; 
  z-index: 1000; 
}

summary {
  font-weight: bold;
  cursor: pointer;
  padding: 8px;
  background-color: #ddd;
  border-radius: 5px;
}

details[open] {
  background-color: #e6e6e6;
}
.img3{
    width: 400px;
    height: 220px;
}
.info{
    color:rgb(145, 207, 239);
    margin: 125px;
    padding: 20px;
    text-align: center;
}
.mas-info:hover {
  color: rgb(255, 255, 255); 
  text-decoration: underline; 
}